home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar / 1995 / JUN / MO9506 / fig13.dfm / fig13.txt
Text File  |  1995-04-19  |  1KB  |  73 lines

  1. object DBNavLiteDemo: TDBNavLiteDemo
  2.   Left = 200
  3.   Top = 95
  4.   Width = 413
  5.   Height = 195
  6.   Caption = 'DB NavLite Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 33
  15.     Top = 24
  16.     Width = 91
  17.     Height = 16
  18.     Caption = 'DBNavigator: '
  19.   end
  20.   object Label2: TLabel
  21.     Left = 33
  22.     Top = 48
  23.     Width = 91
  24.     Height = 16
  25.     Caption = '(Parent Class)'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 33
  29.     Top = 96
  30.     Width = 78
  31.     Height = 16
  32.     Caption = 'DBNavLite: '
  33.   end
  34.   object Label4: TLabel
  35.     Left = 33
  36.     Top = 120
  37.     Width = 82
  38.     Height = 16
  39.     Caption = '(Child Class)'
  40.   end
  41.   object DBNavLite1: TDBNavLite
  42.     Left = 125
  43.     Top = 100
  44.     Width = 241
  45.     Height = 25
  46.     DataSource = DataSource1
  47.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
  48.     ParentShowHint = False
  49.     ShowHint = True
  50.     TabOrder = 0
  51.   end
  52.   object DBNavigator1: TDBNavigator
  53.     Left = 133
  54.     Top = 28
  55.     Width = 241
  56.     Height = 25
  57.     DataSource = DataSource1
  58.     TabOrder = 1
  59.   end
  60.   object Table1: TTable
  61.     Active = True
  62.     DatabaseName = 'DBDEMOS'
  63.     TableName = 'CUSTOMER.DB'
  64.     Left = 8
  65.     Top = 8
  66.   end
  67.   object DataSource1: TDataSource
  68.     DataSet = Table1
  69.     Left = 8
  70.     Top = 40
  71.   end
  72. end
  73.